.content-container{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
body{
    padding-top: 0;
}
.navbar-inverse{
    background: transparent;
    padding:20px 0;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
}
.bg-bl{
    padding:0;
    background: #34495E;
}
#top-swiper{
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}
#top-swiper .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
    position: relative;
}
#top-swiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#top-swiper .swiper-button-hide {
    display: none;
}
#top-swiper .swiper-wrapper .swiper-text{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);

}
#top-swiper .swiper-wrapper .addr-1, 
#top-swiper .swiper-wrapper .addr-3, 
#top-swiper .swiper-wrapper .addr-5, 
#top-swiper .swiper-wrapper .addr-7,
#top-swiper .swiper-wrapper .addr-9, 
#top-swiper .swiper-wrapper .addr-9{
    left: auto;
    right: 5%!important;
    transform: translate(0, -50%);
}
#top-swiper .swiper-wrapper .swiper-text h2:first-child{
    font-size: 40px;
    font-weight: 500;
}
#top-swiper .swiper-wrapper .swiper-text h2:last-child{
    font-size: 32px;
    font-weight: 500;
}
/* 顶部轮播图结束 */
.content-container{
    max-width: 1200px;
    overflow: hidden;
}
.content-container .product-warp{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.product-warp .warp-title{
    text-align: center;
    height: 120px;
    color: #18191a;
}
.product-warp .warp-title h2{
    font-size: 32px;
    font-weight: 500;
    line-height: 65px;
    padding-top: 20px;
}
.product-warp .warp-title p{
    color: #999;
    font-size: 17px
}
.product-warp .swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.product-warp .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 250px;
    height: 300px;
    background-color: #fff;
}
.product-intro, .product-intro .product-img{
    width: 100%;
    height: 250px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.product-warp img{
    width: 100%;
}
.product-intro h2{
    font-size: 22px;
    text-align: center;
    color: #666;
}
.product-warp .swiper-slide:hover .product-intro h2{
    color: #1985ff;
}
.product-warp .swiper-slide:hover .product-intro img{
    transform: scale(1.1);
}
/* 产品展示结束 */
.industry-warp{
    width: 100%;
    background-color: #fff;
    padding-bottom: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}
.industry-warp .warp-title{
    text-align: center;
    height: 120px;
    color: #18191a;
}
.industry-warp .warp-title h2{
    font-size: 32px;
    font-weight: 500;
    line-height: 65px;
    padding-top: 20px;
}
.industry-warp .warp-title p{
    color: #999;
    font-size: 17px
}
.industry-warp .news-warp{
    padding: 25px 55px;
}
.industry-warp .left-warp, .industry-warp .right-warp{
    flex: 1;
}
.list-warp{
    min-height: 174px;
    border-bottom: 1px solid #f5f6f7;
    cursor: default;
    background-color: #fff;
    color: #18191a;
}
.list-item{
    height: 100%;
    overflow: hidden;
    padding: 20px 24px;
}
.list-item .item-left-warp{
    position: relative;
    width: 200px;
    height: 134px;
    float: left;
    border-radius: 4px;
    background-color: rgba(240,243,245,.966);
    overflow: hidden;
}
.list-item .item-left-warp img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
    transition: transform .5s ease;
}
.list-item .item-left-warp img:hover{
    transform: scale(1.1);
}
.list-item .item-right-warp .title-warp{
    margin-top: 0;
}
.list-item .item-right-warp .title-warp a{
    display: block;
    overflow: hidden;
    max-height: 56px;
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
    cursor: pointer;
}
.list-item .item-right-warp .title-warp a:hover{
    color: #1985ff;
}
.list-item .item-right-warp .item-main .desc-warp{
    max-height: 40px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    color: #797c80;
    line-height: 20px;
}
.list-item .item-right-warp{
    position: relative;
    height: 134px;
    width: calc(100% - 224px);
    float: right;
}
.list-item .item-right-warp .item-info{
    position: absolute;
    bottom: 0;
    height: 24px;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #aaaeb3;
}
.list-item .item-right-warp .item-info .time{
    vertical-align: top;
    margin-left: 24px;
}
.list-item .item-right-warp .item-info .left{
    float: left;
}
.list-item .item-right-warp .item-info .right{
    float: right;
}
.more-btn{
    width: 120px;
    height: 40px;
    margin: 20px auto;
    display: block;
    background-color: #fff;
    color: #1985ff;
    border: 1px solid #8ec2ff;
    border-radius: 4px;
    font-weight: 500;
    transition-duration: .5s;
}
.more-btn:hover{
    background-color: #1985ff;
    color: #fff;
}
.about-warp{
    padding-top: 100px;
    padding-bottom: 50px;
    background-image: url("/uploads/20210811/4475384e4b31d193f907607a985cbbfc.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.about-warp .main{
    width: 77%;
    margin: 0 auto;
    border-radius: 10px;
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 30px 10px;
    text-align: center;
    background-color: #ffffff;
    overflow: hidden;
}
.about-warp .title{
    text-align: center;
    height: 120px;
    color: #18191a;
}
.about-warp .title h2{
    font-size: 32px;
    font-weight: 500;
    line-height: 65px;
    padding-top: 20px;
}
.about-warp .title p{
    color: #999;
    font-size: 17px
}
.about-warp .main .main-content{
    overflow: hidden;
    padding: 13px;
    background: #ffffff;
    margin: auto;
    margin-top: 13px;
    width: 99%;
}
.main-content .text{
    text-align: justify;
    color: #555;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}
.about-warp img{
    border-radius: 4px;
}
.about-btn{
    margin: 40px 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
    background-color: #fff;
}
@media (max-width: 767px) {
    body{
        padding-top: 60px;
    }
    .navbar-inverse{
        background: #34495E;
    }
    #top-swiper{
        max-height: 230px;
    }
    #top-swiper .swiper-wrapper .swiper-text h2:first-child{
        font-size: 18px;
    }
    #top-swiper .swiper-wrapper .swiper-text h2:last-child{
        font-size: 16px;
    }
    .industry-warp .news-warp{
        padding: 20px 0;
    }
    .list-item .item-left-warp{
        width: 100px;
        height: 100%;
    }
    .list-item .item-left-warp img{
        height: 67px;
    }
    .list-item .item-right-warp{
        width: calc(100% - 112px);
    }
    .list-item .item-left-warp{
        background-color: #fff;
    }
    .list-item .item-right-warp .item-main .desc-warp{
        max-height: 20px;
    }
    .item-info .avatar, .item-info .title{
        display: none;
    }
    .list-item .item-right-warp{
        height: 110px;
    }
    .list-item .item-right-warp .item-info .time{
        margin-left: 0;
    }
    .list-item .left-title{
        display: block!important;
        text-align: center;
        margin-right: 0;
        font-size: 13.0000125px;
        line-height: 18px;
        font-weight: 400;
        line-height: 60px;
        color: #aaaeb3;
    }
    .about-warp .main{
        width: 98%;
        padding: 0;
        border-radius: 5px;
    }
    .about-warp .main .main-content{
        padding: 0;
    }
    .about-warp .title{
        height: 75px;
    }
    .about-warp .title h2{
        line-height: 26px;
    }
    .product-warp .swiper-slide{
        width: 100%!important;
    }
    .industry-warp .warp-title, .content-container .product-warp .warp-title, .about-warp .title{
        height: auto;
    }
    .industry-warp{
        margin-bottom: 5px;
    }
    .industry-warp .warp-title h2, .content-container .product-warp .warp-title h2, .about-warp .title h2{
        font-size: 20px;
        padding-top: 0;
        line-height: 20px;
    }
    .industry-warp .warp-title p, .content-container .product-warp .warp-title p, .about-warp .title p{
        font-size: 14px;
        line-height: 1;
        margin-bottom: 5px;
    }
    .about-btn{
        float: right;
    }
    .product-warp .swiper-container{
        padding: 10px 0;
    }
    .product-warp .swiper-slide {
        width: 200px!important;
        height:auto;
        overflow: hidden;
    }
    .product-warp .product-img{
        height: 200px;
    }
    .navbar-inverse{
        padding: 0!important;
    }
}